NumberLevelStyle Class

Represents a list style where list items are preceded by numbers.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class NumberLevelStyle : IListStyleContent
Inheritance
Object    NumberLevelStyle
Implements
IListStyleContent

Constructors

NumberLevelStyle Initializes a new instance of the NumberLevelStyle class.
NumberLevelStyle(String) Initializes a new instance of the NumberLevelStyle class.

Properties

DisplayLevels Specifies the number of levels whose numbers are displayed at the current level.
Level Specifies the level of an outline or number list style.
ListLevelProperties Specifies formatting properties for list level.
Name Specifies the style name.
NumberFormat Specifies the numbering sequence.
PrefixCharacter Specifies what to display before a number.
StartValue Specifies the value that restarts numbering at the current list level.
SuffixCharacter Specifies what to display before and after the number.
TextProperties Specifies formatting properties for text.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current NumberLevelStyle object to its equivalent string representation.
(Overrides ObjectToString)

See Also